[@main]
soon

[@old]
#IF
checklevelex > 34
#ACT
goto @main1
#ELSEACT
goto @main2

[@main2]
Come back to me when you are level 35.\
<exit/@exit>

[@main1]
#IF
checknamelist pkquest2.txt
#ACT
goto @done
BREAK

#IF
checkpkpoint 2500
#ACT
goto @quest

#ELSEACT
goto @main0

[@main0]
#IF
checknamelist pkquest1.txt
#ACT
goto @mainquest
break

#ELSEACT
addnamelist pkquest1.txt
goto @mainquestbegin

[@mainquestbegin]
I have a challange for you, visit me when you have over\
<2500> pk points, and i shall reward you, who says crime\
does not pay!\
<exit/@exit>

[@mainquest]
<REMEMBER> please visit me when you have over <2500> pk points\
and i shall reward you, who says crime does not pay!\
<exit/@exit>

[@quest]
Just the kind of points i like!\  \
<claim prize/@prize> | <exit/@exit>

[@prize]
#ACT
give goldbarbundle 1
give benedictionoil 20
addnamelist pkquest2.txt
goto @done

[@done]
Evil, is the future.\
<exit/@exit>
